home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Source / Decision Cube / mxdconst.pas < prev    next >
Pascal/Delphi Source File  |  1999-08-11  |  1KB  |  29 lines

  1. {*******************************************************}
  2. {                                                       }
  3. {       Borland Delphi Visual Component Library         }
  4. {                                                       }
  5. {       Copyright (c) 1997,99 Inprise Corporation       }
  6. {                                                       }
  7. {*******************************************************}
  8.  
  9. unit mxdconst;
  10.  
  11. interface
  12.  
  13. resourcestring
  14.   sComponentTabName      = 'Decision Cube';
  15.   sQueryVerb0            = '&Graphical Query Builder...';
  16.   sQueryVerb1            = '&Decision Query Editor...';
  17.   sCubeVerb0             = '&Decision Cube Editor...';
  18.   sCubeVerb1             = '&Query Editor...';
  19.   sGridVerb0             = 'Sub&totals on/off';
  20.   sSourceVerb0           = '&Do not display Sparse Rows/Columns';
  21.   sSourceVerb1           = '&Display Sparse Rows/Columns';
  22.   sGridDimOptions        = 'Grid Dimension Options';
  23.   sGridDimSettings       = 'Grid Dimension Settings';
  24.   sCubeProperties        = 'Cube Properties';
  25.  
  26. implementation
  27.  
  28. end.
  29.